home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / pftime04 / pftime.txt < prev   
Text File  |  1992-11-10  |  4KB  |  78 lines

  1. PFTime - PrintFlip Time for Windows
  2. Version 0.4  11/10/92
  3. Copyright 92 by Ling Siow Chang & Mei-Hsin Jenny Chang
  4.  
  5. What is it?
  6. It's a printer flipper for Windows (nope, it doesn't flip your printers up 
  7. in the air or juggle them).  PFTime allows you to quickly switch from a 
  8. printing device to another on the desktop without running control panel.  
  9. You can also see the present printer at a glance.  This is especially useful 
  10. when a person (such as I) has a printer and a fax/modem.  Sometimes I 
  11. inadvertedly printed a doc to the fax/modem when I really want to print to 
  12. the deskjet.  Furthermore, PFTime can switch Print Manager status.  This
  13. is useful for disabling Print Manager to print faster in times of need.
  14.  
  15. How to install?
  16. Install anywhere, copy to any directory you wish and run from anywhere.  
  17. It is suggested that you add the program to Program Manager and a great
  18. group for it will be the startup group.  Needs VBRUN100.DLL.  Since PFTime 
  19. accesses and writes to WIN.INI a backup of it will be prudent.  Don't worry, 
  20. no fancy stuff, just a WriteProfile.
  21.  
  22. How to use?
  23. When it is started, a list with the current printer is displayed.  To change,
  24. just choose another printer from the list.  When PFTime is minimized, just
  25. click once on the icon with the RIGHT mouse button and it will automatically
  26. change to the next printer on the list (great for people with two printer
  27. set up).  Double-click on icon to bring up the main form.  That's it!  (a
  28. minor limitation is that you cannot move the icon once it's minimized nor
  29. switch to it.  Let me know if this is a big problem or if you have a solution.)
  30. F1 for help and double-click on form for About.
  31.  
  32. How does it work?
  33. I did this in VB1 so it needs VBRUN100.DLL that can be downloaded from almost
  34. everywhere (for internet, can use ftp.cica.indiana.edu).  PFTime basically 
  35. checks and access win.ini and send messages if there are changes.  However, 
  36. I have not figured out (pardon, I'm a beginner) how to use GetMessage since 
  37. it requires a structure declaration (can VB do that?).  PFTime will update its
  38. current printer if a selection is made elsewhere such as the control panel.
  39. It will also update its printers list if a new driver is added to the control 
  40. panel and if it is made the default.
  41.  
  42. What else?
  43. Please distribute as widely as wish.  You are also encouraged to upload it
  44. to Compuserve and similar places since I do not have access to commercial BBS
  45. (too poor).  PFTime is still donateware. There are no nag screens.
  46. Please feel free to send in your suggestions, help, tips, bug reports, and 
  47. encouragements to (will not reject any donations or postcards)  :-)
  48.  
  49.     Ling Siow Chang
  50.     200 Central Ave, C2
  51.     Jersey City, NJ 07307
  52.     lchang or mchang @eniac.seas.upenn.edu
  53.     Tel & Fax: (201) 798-8212
  54.  
  55. What's the future?
  56. Sorry, can't tell the future.  But I am working on the next version since I have
  57. some ideas and enhancements.  Some are obvious from above such as better list
  58. updating.  How about printer setups?  Mainly, I like to see the popularity and 
  59. feedback that I get from this version before I venture too far and produce PFTime 
  60. Version 8.0!  :-)  Anyway, comments and tips are welcome but don't bother with 
  61. hate mail.  Have fun!
  62.  
  63. History?
  64. v0.1 - made for own use
  65. v0.2 - friendly release
  66. v0.3 - public release as donateware
  67. v0.4 - fixed some bugs such as list and icon updates, refusal to start
  68.        minimized.  Also added the print manager feature.  Better error trapping.
  69.  
  70. Disclaimer
  71. PFTime carries absolutely no warranties nor guarantees.  You assume all
  72. risk by using the program.  If you use PFTime, it frees me of all
  73. liabilities.
  74.  
  75. (c) 1992 Ling Siow Chang & Mei-Hsin Jenny Chang, InSynch
  76. PS:  The software is not public domain as I retain the copyright to PFTime
  77. PPS: Is anyone a VB expert out there and willing to help me with a few questions?
  78.